| 名前 | 解説 | |
|---|---|---|
![]() | PropsHashTable<T> コンストラクタ |
PropsHashTable<T>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of properties set on the current PropsHashtable<T>. This value is equal to the number of elements in the PropsHashTable<T>.Keys and PropsHashTable<T>.Values collections. |
![]() | Flags | Gets the array of flags. |
![]() | Keys | Gets the array of property keys set in the current PropsHashtable<T>. |
![]() | Values | Gets the array of property values set on the current PropsHashtable<T>. |
| 名前 | 解説 | |
|---|---|---|
![]() | Clear | Clears the current instance. |
![]() | DeletePropValue | Deletes a property value from the current PropsHashtable<T>. |
![]() | GetPropIndex | Gets the index of a property in the PropsHashTable<T>.Keys and PropsHashTable<T>.Values arrays. |
![]() | IsEmpty | Gets a value indicating whether the current PropsHashtable<T> is empty. |
![]() | IsPropExists | Tests whether a property is set in the current PropsHashtable<T>. |
![]() | SetPropValue | Sets the value of a property. |